home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / files < prev    next >
Text File  |  1991-04-13  |  680b  |  20 lines

  1.                                    FILES
  2.      Sets the number of open files that DOS can access at any one time
  3.                            See also <CONFIG.SYS>
  4.  
  5. COMMAND TYPE: System Configuration      VERSION: 2.0 and up
  6.  
  7. USE: FILES = nn
  8.  
  9. nn specifies the number of files that can be accesssed via DOS system
  10. calls at one time. The acceptable values are 8 to 255 (default is 8).
  11. Some programs may open more files by bypassing the DOS system
  12. services.
  13.  
  14. EXAMPLE: FILES = 15
  15. After this command is placed in the <CONFIG.SYS> file, up to 15 files may be
  16. open at one time.
  17.  
  18. NOTE: This command must be placed in the <CONFIG.SYS> file and is not a
  19. normal DOS command.
  20.